| lcPlineGetNextVer | Home |
|
HANDLE lcPlineGetNextVer ( HANDLE hPline, HANDLE hVertex ); |
| hPline | |
| Handle to a polyline object. | |
| hVertex | |
| Handle to the polyline vertex. | |
| Handle to the vertex that is placed after hVertex in the polyline. If there are no vertex after hVertex, the function returns NULL. |
| lcPlineGetFirstVer, lcPlineGetLastVer, lcPlineGetPrevVer |